.m-shop-box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    box-sizing: border-box;
    padding: 1em 5%;
}
@media only screen and (max-width:900px){
    .m-shop-box{
        flex-direction: column-reverse;
    }
}

    
